ActiveNetwork

data class ActiveNetwork(val ssid: String?, val interfaceName: String?, val ipv4: String?, val subnetMask: String?, val gateway: String?, val macAddress: String?) : Parcelable

Represents the active network values.

Parameters

ssid

Will only be availabel for WIFI type networks.

Constructors

Link copied to clipboard
constructor(ssid: String?, interfaceName: String?, ipv4: String?, subnetMask: String?, gateway: String?, macAddress: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ipv4: String?
Link copied to clipboard
Link copied to clipboard
val ssid: String?
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)